home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPlayList, gMusicOn
- set theLine to the mouseLine
- set theSound to line theLine of field "PLAYLIST.3"
- if theSound = EMPTY then
- exit
- end if
- stopAiff()
- hilite line theLine of field "PLAYLIST.3"
- set gPlayList to theSound
- set gPlayState to 0
- hilite line 999 of field "PLAYLIST.3"
- set gMusicOn to 1
- set the hilite of cast "Play Music" to gMusicOn
- idle()
- end
-